| dbo.SXACDExchangeDocumentEventMessage |
| Default Table Name | SXACDExchangeDocumentEventMessage |
| Definition | Contains rows tracking any errors that occur during the generation and inbound processing |
| dbo.SXACDExchangeDocumentEventMessage Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
| Build | int | NO | Application build version. | |
| CreatedBy | varchar(50) | NO | User ID of the person who is inserting the data. | |
| CreatedWhenUTC | datetimeoffset(3) | NO | Data and time when the data was inserted / added. | |
| MSReplrowguid | uniqueidentifier | NO | MSReplrowguid | |
ExchangeDocumentEventMessageId |
bigint | NO | Primary Key for table | |
ExchangeDocumentEventId |
bigint | NO | Parent’s Primary Key | |
| Description | varchar(8000) | NO | Text message containing details of history entry. |
| dbo.SXACDExchangeDocumentEventMessage Primary and Unique Keys |
| Key Name | Key Type | Keys |
| SXACDExchangeDocumentEventMessagePK | PrimaryKey | ExchangeDocumentEventMessageId |